home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-07-22 | 640 b | 29 lines |
-
- ;; string table and stuff for SETUP.EXE
- ;; $#6=foreground color;
- ;; $#7=background color;
- ;; $#9=window brush
-
- [SETUP]
- $#1=Initializing Install ...
- $#2=Install ERROR
- $#3=I cannot find
- $#4=I cannot initialize the Installer.
- $#5=Insufficent space on TEMP drive
- $#6=$00FFFF00
- $#7=$00000000
- $#8=I cannot run from the TEMP directory!
- $#9=4
- $#10=I can only run under 32-bit Windows!
-
- [USER-FILES]
- ; User files for SETUP.EXE to copy to TEMP directory
- $TEMPDIR=SETUP.CHF
-
- ; batch file to run at beginning of install
- $BATCH-FILE=SETUP.CHF
-
- ; do we require a 32-bit version of Windows?
- ; 0="No"; 1="Yes"
- $WIN32-ONLY=0
-